Dynamize the Adiobe Muse CC Project
Conmunicator uses the styles from Adiobe Muse CC to combine dynamic content from Contao with the visual elements of Adiobe Muse CC. This is an easy operation and requires no further programming skills.
This procedure can also be performed by graphic designers, who have no knowledge of HTML, CSS or JavaScript. An extremely close cooperation between graphics and programming can talke place. Both parties have a well-defined interface.
Elements from Adiobe Muse CC, which use the special styles are automatically replaced with content from the Contao-CMS.
Styles
For simple integration of Contao content, the following styles are provided:
Style: | Importance: |
---|---|
cmu_main | Content of the Contao main section. |
cmu_header | Content of the Contao head section. |
cmu_footer | Content of the Contao footer section. |
cmu_left | Content of the Contao left section. |
cmu_right | Content of the Contao right section. |
cmu_section_NAME | Content of an Contao custom section. |
cmu_template_NAME | Content of own code templates using the given name. The appropriate files are stored under the path /conmunicator/templates/[DEVICE]. If the named template does not exist, it is automatically created with the content of the used Adiobe Muse CC element. |
cmu_article_LANG_ID | Content of an Contao article for a special language using the article ID. |
cmu_content_LANG_ID | Content of an Contao content element for a special language using the element ID. |
cmu_module_LANG_ID | Content of an Contao module for a special language using the module ID. |
Replace the following placeholders with the appropriate values:
Placeholder: | Substitution: |
---|---|
DEVICE | You can use the values "desktop","tablet" or "phone". |
NAME | Replace it with the desired designator. |
LANG | Use the language shortcuts (de,en,it,etc.) |
ID | The ID of the used Contao element. |
The styles can be used in the Adiobe Muse CC styles panel. Adiobe Muse CC gives you the possebility to define font-, paragraph- and graphic-styles. Normaly the graphic-style panel is the right place for the use of <.CONMUNICATOR> style definitions.
Styles can be used with more than on definition. For more Information see the multilanguage chapter.
Placeholders
Placeholders can be used in text. They are replaced by the contents described below. The syntax ist the same as if you use the Contao-InsertTags. Insert tags can also be used in Adiobe Muse CC.
Platzhalter: | Bedeutung: |
---|---|
Replaced by the content of the Contao main column. | |
Replaced by the content of the Contao head. | |
Replaced by the content of the Contao footer. | |
Replaced by the content of the Contao left column. | |
Replaced by the content of the Contao right column. | |
Replaced by the content of an Contao custom section. | |
Content of own code templates using the given name. The appropriate files are stored under the path /conmunicator/templates/[DEVICE]. | |
Replaced by the contents of a specific Contao article for a particular language using the item ID. | |
Replaced by the contents of a specific Contao content element for a particular language using the element ID. | |
Replaced by the contents of a specific Contao module for a particular language using the module ID. | |
Replaced by the actual version of Conmunicator. | |
Replaced by the actual Adiobe Muse CC version. | |
Replaced by the actual PHP version. | |
Replaced by the actual language. If necessary it can be used inside of links. |
Replace the following placeholders with the appropriate values:
Placeholder: | Substitution: |
---|---|
NAME | Replace it with the desired designator. |
LANG | Use the language shortcuts (de,en,it,etc.) |
ID | The ID of the used Contao element. |